home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / asm / utils / recoqlib / include / clib / recoq_protos.h
C/C++ Source or Header  |  1980-01-03  |  387b  |  13 lines

  1. #ifndef CLIB_RECOQ_PROTOS_H
  2. #define CLIB_RECOQ_PROTOS_H
  3.  
  4. /*--- Functions in V1 or higher ( distributed as Release 1.1 ) ---*/
  5.  
  6. struct rqFileType *rqWhatIs( ULONG Buffer );
  7.  
  8. ULONG Ascii rqAscii( ULONG Buffer, ULONG Length );
  9. void rqHex2Ascii(ULONG Buffer,UWORD HexNum,UWORD UWORD Nybbles);
  10. struct rqFileType *rqHowMuchAscii(ULONG Buffer, ULONG Length );
  11.  
  12. #endif /* CLIB_RECOQ_PROTOS_H */
  13.